jquery & jquery-ui: Move to nixos/lib/testing/

These (outdated) derivations are only used by nixos/lib/testing.nix.

If we want to provide jquery & jquery-ui packages this is better done
in nodePackages.
This commit is contained in:
adisbladis 2018-02-27 20:07:35 +08:00
parent d4d1e54c49
commit b7ec621e91
No known key found for this signature in database
GPG key ID: ED58F95069B004F5
5 changed files with 7 additions and 8 deletions

View file

@ -3,7 +3,11 @@
with import ./build-vms.nix { inherit system minimal config; };
with pkgs;
rec {
let
jquery-ui = callPackage ./testing/jquery-ui.nix { };
jquery = callPackage ./testing/jquery.nix { };
in rec {
inherit pkgs;
@ -143,8 +147,8 @@ rec {
test = passMeta (runTests driver);
report = passMeta (releaseTools.gcovReport { coverageRuns = [ test ]; });
in (if makeCoverageReport then report else test) // {
inherit nodes driver test;
in (if makeCoverageReport then report else test) // {
inherit nodes driver test;
};
runInMachine =

View file

@ -103,7 +103,6 @@ mapAliases (rec {
inotifyTools = inotify-tools;
joseki = apache-jena-fuseki; # added 2016-02-28
json_glib = json-glib; # added 2018-02-25
jquery_ui = jquery-ui; # added 2014-09-07
kdiff3-qt5 = kdiff3; # added 2017-02-18
keepassx2-http = keepassx-reboot; # added 2016-10-17
keepassx-reboot = keepassx-community; # added 2017-02-01

View file

@ -11873,10 +11873,6 @@ with pkgs;
### DEVELOPMENT / LIBRARIES / JAVASCRIPT
jquery = callPackage ../development/libraries/javascript/jquery { };
jquery-ui = callPackage ../development/libraries/javascript/jquery-ui { };
yuicompressor = callPackage ../development/tools/yuicompressor { };
### DEVELOPMENT / BOWER MODULES (JAVASCRIPT)