artiq-board, artiq-board-legacy: dontFixup board packages

resolves gitea issue #35
pull/37/head
Astro 2020-12-02 17:07:19 +01:00
parent eab83a6a3f
commit 00352b9942
2 changed files with 4 additions and 0 deletions

View File

@ -96,4 +96,6 @@ pkgs.python3Packages.toPythonModule (pkgs.stdenv.mkDerivation rec {
fi
${extraInstallCommands}
'';
# don't mangle ELF files as they are not for NixOS
dontFixup = true;
})

View File

@ -91,6 +91,8 @@ let
fi
${extraInstallCommands}
'';
# don't mangle ELF files as they are not for NixOS
dontFixup = true;
};
identifierStr = "${version};${variant}";