nixpkgs/pkgs
Benno Fünfstück 4f71017329 haskell: preserve overrideScope on override
We want code such as `(pkg.override {}).overrideScope (self: super: {})` to
work. This didn't work before, since `override` will call the original package
again, and the attribute `overideScope`, which `callPackageWithScope` added,
wasn't added again. The fix for this is to modify the package function itself
to include the `callPackageWithScope` attribute, so it'll be re-added whenever
the function is overriden for with arguments.

There is a small problem here though: since callPackage uses some magic
(`builtins.functionArgs`) to determine the auto-arguments of a function, we
can't just write `callPackageWith scope drvScope`, since
`builtins.functionArgs drvScope` will be `{}`. To fix this, we implement our own
`callPackageWith`.

fixes NixOS/nixpkgs#7953
2015-08-19 11:23:28 +02:00
..
applications Merge pull request #9319 from ctheune/submit/syncthing-0.11.20 2015-08-18 13:08:17 +02:00
build-support wrapGAppsHook: fix a typo 2015-08-12 05:37:36 +02:00
data sound-theme-freedesktop: init at 0.8 2015-08-17 23:26:52 +02:00
desktops gnome-control-center: depend on sound-theme-freedesktop 2015-08-18 15:42:47 +02:00
development haskell: preserve overrideScope on override 2015-08-19 11:23:28 +02:00
games zandronum 2.1 -> 2.1.2 2015-08-17 17:57:47 -07:00
misc new package: mgba 0.3.0 2015-08-17 18:00:33 -07:00
os-specific lxc: 1.1.2 -> 1.1.3 2015-08-18 11:33:37 -07:00
servers xorg-server: fix XKB_BINDIR usage (close #8993) 2015-08-18 10:14:11 +02:00
shells ipython: 3.1 -> 3.2.1 2015-08-05 23:09:28 +02:00
stdenv enableDebugging: use more suitable gcc flags 2015-08-10 09:11:30 +02:00
test
tools man-db: 2.7.1 -> 2.7.2 2015-08-18 11:29:36 -07:00
top-level Merge pull request #9241 from Twey/plover 2015-08-18 17:34:29 +02:00