Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
horizon-advance
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
package-sets
horizon-advance
Commits
386da1d1
Commit
386da1d1
authored
1 year ago
by
Daniel Firth
Browse files
Options
Downloads
Patches
Plain Diff
zlib: remove
parent
b7c26075
1 merge request
!32
96update
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
configuration.nix
+0
-3
0 additions, 3 deletions
configuration.nix
horizon.dhall
+0
-1
0 additions, 1 deletion
horizon.dhall
horizon.lock
+0
-4
0 additions, 4 deletions
horizon.lock
overlay.nix
+0
-2
0 additions, 2 deletions
overlay.nix
pkgs/zlib.nix
+0
-28
0 additions, 28 deletions
pkgs/zlib.nix
with
0 additions
and
38 deletions
configuration.nix
+
0
−
3
View file @
386da1d1
...
...
@@ -4,8 +4,6 @@ with pkgs.haskell.lib;
final
:
prev
:
{
digest
=
addPkgconfigDepend
prev
.
digest
pkgs
.
zlib
;
persistent-qq
=
null
;
/*
...
...
@@ -45,6 +43,5 @@ final: prev: {
sdl2-ttf
=
null
;
zlib
=
prev
.
callPackage
./pkgs/zlib.nix
{
inherit
(
pkgs
)
zlib
;
};
}
This diff is collapsed.
Click to expand it.
horizon.dhall
+
0
−
1
View file @
386da1d1
...
...
@@ -170,7 +170,6 @@ let packages =
, yesod-persistent = H.callHackage "yesod-persistent" "1.6.0.8"
, yesod-test = H.callHackage "yesod-test" "1.6.16"
, zip-archive = H.callHackage "zip-archive" "0.4.3"
, zlib = H.callHackage "zlib" "0.6.3.0"
}
in H.HorizonExport.MakeOverlay
...
...
This diff is collapsed.
Click to expand it.
horizon.lock
+
0
−
4
View file @
386da1d1
...
...
@@ -546,8 +546,4 @@
, mapValue =
"a7a002a414b4837901acea9735a7165ebc9dcf370be09295bbe4f2406ed28754"
}
, { mapKey = "zlib"
, mapValue =
"215fe638a3d2b13a57e51715ff23e77870555cd439a088cba30ca6d51e94694f"
}
]
\ No newline at end of file
This diff is collapsed.
Click to expand it.
overlay.nix
+
0
−
2
View file @
386da1d1
...
...
@@ -275,6 +275,4 @@ final: prev: with pkgs.haskell.lib; {
zip-archive
=
final
.
callPackage
(
./pkgs/zip-archive.nix
)
{
};
zlib
=
final
.
callPackage
(
./pkgs/zlib.nix
)
{
};
}
This diff is collapsed.
Click to expand it.
pkgs/zlib.nix
deleted
100644 → 0
+
0
−
28
View file @
b7c26075
{
mkDerivation
,
QuickCheck
,
base
,
bytestring
,
lib
,
tasty
,
tasty-quickcheck
,
zlib
}:
mkDerivation
{
pname
=
"zlib"
;
version
=
"0.6.3.0"
;
sha256
=
"9eaa989ad4534438b5beb51c1d3a4c8f6a088fdff0b259a5394fbf39aaee04da"
;
revision
=
"3"
;
editedCabalFile
=
"0hgh4rn9qinckiiwdnbp9rn0kpc06x18466i713971j03zf8wang"
;
isLibrary
=
true
;
isExecutable
=
false
;
enableSeparateDataOutput
=
false
;
libraryHaskellDepends
=
[
base
bytestring
];
librarySystemDepends
=
[
zlib
];
testHaskellDepends
=
[
base
bytestring
QuickCheck
tasty
tasty-quickcheck
];
enableLibraryProfiling
=
true
;
enableExecutableProfiling
=
true
;
doHaddock
=
false
;
jailbreak
=
true
;
doCheck
=
false
;
doBenchmark
=
false
;
hyperlinkSource
=
false
;
description
=
"Compression and decompression in the gzip and zlib formats"
;
license
=
lib
.
licenses
.
bsd3
;
broken
=
false
;
}
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment