Merge pull request #87379 from jlesquembre/sus

super-user-spark: remove
This commit is contained in:
Lassulus 2020-08-23 10:01:29 +02:00 committed by GitHub
commit 4555623f39
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 34 deletions

View file

@ -1,32 +0,0 @@
{ mkDerivation, fetchgit, aeson, aeson-pretty, base, bytestring, directory
, filepath, hspec, hspec-core, HUnit, mtl, optparse-applicative
, parsec, process, pureMD5, QuickCheck, shelly, stdenv, text
, transformers, unix
}:
mkDerivation {
pname = "super-user-spark";
version = "0.3.2.0-dev";
src = fetchgit {
url = "https://github.com/NorfairKing/super-user-spark";
sha256 = "0akyc51bghzkk8j75n0i8v8rrsklidwvljhx3aibxfbkqp33372g";
rev = "ab8635682d67842b9e6d909cf3c618014e4157f2";
};
isLibrary = true;
isExecutable = true;
libraryHaskellDepends = [
aeson aeson-pretty base bytestring directory filepath mtl
optparse-applicative parsec process pureMD5 shelly text
transformers unix
];
executableHaskellDepends = [ base ];
testHaskellDepends = [
aeson aeson-pretty base bytestring directory filepath hspec
hspec-core HUnit mtl optparse-applicative parsec process pureMD5
QuickCheck shelly text transformers unix
];
jailbreak = true;
description = "Configure your dotfile deployment with a DSL";
license = stdenv.lib.licenses.mit;
homepage = "https://github.com/NorfairKing/super-user-spark";
maintainers = [ stdenv.lib.maintainers.badi ];
}

View file

@ -7066,8 +7066,6 @@ in
supertux-editor = callPackage ../applications/editors/supertux-editor { };
super-user-spark = haskellPackages.callPackage ../applications/misc/super_user_spark { };
svgbob = callPackage ../tools/graphics/svgbob { };
svgcleaner = callPackage ../tools/graphics/svgcleaner { };