diff options
author | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-21 17:12:55 +0200 |
---|---|---|
committer | Gregor Kleen <gkleen@yggdrasil.li> | 2015-06-21 17:12:55 +0200 |
commit | 1b132d2821ef778676518dbfcff98e807c997945 (patch) | |
tree | e044053070648aebd7f045d4f6508e9ab6d0be88 /custom/filelock.nix | |
parent | 6e52329462db4d76d5bc028412d932f73e56ed9d (diff) | |
download | nixos-1b132d2821ef778676518dbfcff98e807c997945.tar nixos-1b132d2821ef778676518dbfcff98e807c997945.tar.gz nixos-1b132d2821ef778676518dbfcff98e807c997945.tar.bz2 nixos-1b132d2821ef778676518dbfcff98e807c997945.tar.xz nixos-1b132d2821ef778676518dbfcff98e807c997945.zip |
Version bump in trivmix
Diffstat (limited to 'custom/filelock.nix')
-rw-r--r-- | custom/filelock.nix | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/custom/filelock.nix b/custom/filelock.nix new file mode 100644 index 00000000..d19d3b9c --- /dev/null +++ b/custom/filelock.nix | |||
@@ -0,0 +1,15 @@ | |||
1 | # This file was auto-generated by cabal2nix. Please do NOT edit manually! | ||
2 | |||
3 | { cabal }: | ||
4 | |||
5 | cabal.mkDerivation (self: { | ||
6 | pname = "filelock"; | ||
7 | version = "0.1.0.1"; | ||
8 | sha256 = "0qypjnbkfayqyaymx8qrq4abddlrlzanf6lqhfn9cqzcgzr6735d"; | ||
9 | meta = { | ||
10 | homepage = "http://github.com/takano-akio/filelock"; | ||
11 | description = "Portable interface to file locking (flock / LockFileEx)"; | ||
12 | license = self.stdenv.lib.licenses.publicDomain; | ||
13 | platforms = self.ghc.meta.platforms; | ||
14 | }; | ||
15 | }) | ||