mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
loadlibrary: stdenv_32bit.lib -> lib
This commit is contained in:
parent
ad97ca4e51
commit
d7b905b6b2
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
stdenv_32bit.mkDerivation rec {
|
||||
name = "loadlibrary-${version}";
|
||||
version = "20170525-${stdenv_32bit.lib.strings.substring 0 7 rev}";
|
||||
version = "20170525-${lib.strings.substring 0 7 rev}";
|
||||
rev = "721b084c088d779075405b7f20c77c2578e2a961";
|
||||
src = fetchFromGitHub {
|
||||
inherit rev;
|
||||
|
|
Loading…
Reference in a new issue