pkgs/applications: stdenv.lib -> lib
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
let
|
||||
libfm' = libfm.override { inherit withGtk3; };
|
||||
gtk = if withGtk3 then gtk3 else gtk2;
|
||||
inherit (stdenv.lib) optional;
|
||||
inherit (lib) optional;
|
||||
in
|
||||
stdenv.mkDerivation rec {
|
||||
name = "pcmanfm-1.3.1";
|
||||
|
||||
Reference in New Issue
Block a user