mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-19 02:23:15 +08:00
Make the develop point to the patchelf packages directly.
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
This commit is contained in:
@@ -93,12 +93,8 @@
|
||||
|
||||
devShells = forAllSystems (system:
|
||||
{
|
||||
glibc = pkgs.mkShell {
|
||||
buildInputs = [ self.packages.${system}.patchelf.inputDerivation];
|
||||
};
|
||||
musl = pkgs.pkgsMusl.mkShell {
|
||||
buildInputs = [ self.packages.${system}.patchelf-musl.inputDerivation];
|
||||
};
|
||||
glibc = self.packages.${system}.patchelf;
|
||||
musl = self.packages.${system}.patchelf-musl;
|
||||
});
|
||||
|
||||
defaultPackage = forAllSystems (system:
|
||||
|
Reference in New Issue
Block a user