pkgs/applications: stdenv.lib -> lib
This commit is contained in:
@@ -23,7 +23,7 @@ in stdenv.mkDerivation rec {
|
||||
};
|
||||
|
||||
patches =
|
||||
stdenv.lib.optional stdenv.isDarwin ./darwin.patch ++ [
|
||||
lib.optional stdenv.isDarwin ./darwin.patch ++ [
|
||||
(fetchpatch {
|
||||
name = "pdfocr.patch";
|
||||
url = "http://git.ghostscript.com/?p=mupdf.git;a=patch;h=a507b139adf37d2c742e039815601cdc2aa00a84";
|
||||
|
||||
Reference in New Issue
Block a user