Skip to content

Commit d1966e9

Browse files
committed
remove enableUnfree flag
1 parent 204fed0 commit d1966e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

nix/ext/timescaledb.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{ lib, stdenv, fetchFromGitHub, cmake, postgresql, openssl, libkrb5, enableUnfree ? true }:
1+
{ lib, stdenv, fetchFromGitHub, cmake, postgresql, openssl, libkrb5 }:
22

33
stdenv.mkDerivation rec {
44
pname = "timescaledb-apache";
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
3737
changelog = "https://github.com/timescale/timescaledb/blob/${version}/CHANGELOG.md";
3838
maintainers = with maintainers; [ samrose ];
3939
platforms = postgresql.meta.platforms;
40-
license = with licenses; if enableUnfree then tsl else asl20;
40+
license = licenses.asl20;
4141
broken = versionOlder postgresql.version "13";
4242
};
4343
}

0 commit comments

Comments
 (0)