lol

Merge pull request #87379 from jlesquembre/sus

super-user-spark: remove

authored by

Lassulus and committed by
GitHub
4555623f bfd70692

-34
-32
pkgs/applications/misc/super_user_spark/default.nix
··· 1 - { mkDerivation, fetchgit, aeson, aeson-pretty, base, bytestring, directory 2 - , filepath, hspec, hspec-core, HUnit, mtl, optparse-applicative 3 - , parsec, process, pureMD5, QuickCheck, shelly, stdenv, text 4 - , transformers, unix 5 - }: 6 - mkDerivation { 7 - pname = "super-user-spark"; 8 - version = "0.3.2.0-dev"; 9 - src = fetchgit { 10 - url = "https://github.com/NorfairKing/super-user-spark"; 11 - sha256 = "0akyc51bghzkk8j75n0i8v8rrsklidwvljhx3aibxfbkqp33372g"; 12 - rev = "ab8635682d67842b9e6d909cf3c618014e4157f2"; 13 - }; 14 - isLibrary = true; 15 - isExecutable = true; 16 - libraryHaskellDepends = [ 17 - aeson aeson-pretty base bytestring directory filepath mtl 18 - optparse-applicative parsec process pureMD5 shelly text 19 - transformers unix 20 - ]; 21 - executableHaskellDepends = [ base ]; 22 - testHaskellDepends = [ 23 - aeson aeson-pretty base bytestring directory filepath hspec 24 - hspec-core HUnit mtl optparse-applicative parsec process pureMD5 25 - QuickCheck shelly text transformers unix 26 - ]; 27 - jailbreak = true; 28 - description = "Configure your dotfile deployment with a DSL"; 29 - license = stdenv.lib.licenses.mit; 30 - homepage = "https://github.com/NorfairKing/super-user-spark"; 31 - maintainers = [ stdenv.lib.maintainers.badi ]; 32 - }
-2
pkgs/top-level/all-packages.nix
··· 7066 7066 7067 7067 supertux-editor = callPackage ../applications/editors/supertux-editor { }; 7068 7068 7069 - super-user-spark = haskellPackages.callPackage ../applications/misc/super_user_spark { }; 7070 - 7071 7069 svgbob = callPackage ../tools/graphics/svgbob { }; 7072 7070 7073 7071 svgcleaner = callPackage ../tools/graphics/svgcleaner { };