tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
obconf: set strictDeps = true
Stefan Frijters
1 year ago
f751ac8d
7e0f8e62
+2
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
ob
obconf
package.nix
+2
pkgs/by-name/ob/obconf/package.nix
···
40
openbox
41
];
42
0
0
43
postPatch = ''
44
substituteInPlace configure.ac --replace-fail 2.0.4 ${finalAttrs.version}
45
'';
···
40
openbox
41
];
42
43
+
strictDeps = true;
44
+
45
postPatch = ''
46
substituteInPlace configure.ac --replace-fail 2.0.4 ${finalAttrs.version}
47
'';