forked from M-Labs/nix-scripts
artiq-board, artiq-board-legacy: dontFixup board packages
resolves gitea issue #35
This commit is contained in:
parent
eab83a6a3f
commit
00352b9942
|
@ -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;
|
||||
})
|
||||
|
|
|
@ -91,6 +91,8 @@ let
|
|||
fi
|
||||
${extraInstallCommands}
|
||||
'';
|
||||
# don't mangle ELF files as they are not for NixOS
|
||||
dontFixup = true;
|
||||
};
|
||||
|
||||
identifierStr = "${version};${variant}";
|
||||
|
|
Loading…
Reference in New Issue