mirror of
https://github.com/NixOS/patchelf.git
synced 2025-10-19 19:53:19 +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:
|
devShells = forAllSystems (system:
|
||||||
{
|
{
|
||||||
glibc = pkgs.mkShell {
|
glibc = self.packages.${system}.patchelf;
|
||||||
buildInputs = [ self.packages.${system}.patchelf.inputDerivation];
|
musl = self.packages.${system}.patchelf-musl;
|
||||||
};
|
|
||||||
musl = pkgs.pkgsMusl.mkShell {
|
|
||||||
buildInputs = [ self.packages.${system}.patchelf-musl.inputDerivation];
|
|
||||||
};
|
|
||||||
});
|
});
|
||||||
|
|
||||||
defaultPackage = forAllSystems (system:
|
defaultPackage = forAllSystems (system:
|
||||||
|
Reference in New Issue
Block a user