Skip to content

Commit 9b925d2

Browse files
FPtjenh2
authored andcommitted
Fix some nil warnings
1 parent 2018b46 commit 9b925d2

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

survey/default.nix

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
let
2-
in
3-
41
{
52
tracing ? false, # Enable this to see debug traces
63

@@ -479,11 +476,6 @@ let
479476
'';
480477
});
481478

482-
issue_61682_throw = name: static_package:
483-
if approach == "pkgsStatic"
484-
then static_package
485-
else throw "If you see this, nixpkgs #61682 has been fixed and ${name} should be overridden";
486-
487479
# Takes a zlib derivation and overrides it to have both .a and .so files.
488480
statify_zlib = zlib_drv:
489481
(zlib_drv.override {
@@ -1128,7 +1120,7 @@ let
11281120

11291121
# Helpers for other packages
11301122

1131-
hpc-coveralls = appendPatch super.hpc-coveralls (builtins.fetchurl https://github.com/guillaume-nargeot/hpc-coveralls/pull/73/commits/344217f513b7adfb9037f73026f5d928be98d07f.patch);
1123+
hpc-coveralls = appendPatch super.hpc-coveralls (builtins.fetchurl "https://github.com/guillaume-nargeot/hpc-coveralls/pull/73/commits/344217f513b7adfb9037f73026f5d928be98d07f.patch");
11321124

11331125
conduit-extra =
11341126
# TODO Remove this once we no longer care about conduit-extra < 1.3.1.1.

0 commit comments

Comments
 (0)